@puxora/dsh-browserpilot:为 DSH 接入本机 Chrome 控制
`@puxora/dsh-browserpilot` 是 BrowserPilot 的独立 DSH 双端插件,旨在解决 DSH Agent 安全控制本机 Chrome 的接入问题。Host 端通过 MCP 提供浏览器工具,Web 端提供设置、权限策略及本地管理面板入口。核心功能包括本机 Chrome 控制、分级权限限制、本地最终确认及连接诊断。插件严格禁止将令牌、Cookie 或凭据保存至 DSH,且本地策略仅能进一步限制而不能放宽全局策略,敏感操作如上传下载在 DSH 内被禁止。安装需先通过 `browserpilot install` 注册 Chrome Native Messaging
Read Morebpc-oss/chrome-faithful:DSH 插件,精确控制已登录 Chrome Profile
bpc-oss/chrome-faithful 是一款基于 MIT 许可证的 DSH 浏览器控制插件(版本 0.4.0,需 Node >= 22.12),旨在让智能体直接驱动真实、已登录的本地 Chrome profile,避免使用副本或调试端口带来的权限复杂化。该插件通过 MCP server、MV3 扩展及本地认证桥接实现功能,提供 38 个 MCP 工具。 其核心特性包括:基于 `metadata.profileName` 的精确多 Profile 路由,确保并发隔离且无 fallback 机制;Bridge 仅绑定 127.0.0.1 并强制使用 256-bit 密钥,限制扩展访问权限
Read Moredsh-browser-control: Enabling AI in DeepSeek Harness to Control Real Chrome
dsh-browser-control is a DeepSeek Harness (DSH) plugin maintained by kyo615, designed to enable AI to control a real, visible Chrome browser and showcase the operational process in real time within the conversation GUI. Built on Microsoft Playwright MCP, the plugin registers approximately 80 `browser_*` tools, supporting operations such as webpage navigation, clicking, input, and script execution. Its core advantages lie in using a headful Chrome browser, allowing users to visually observe the AI's actions; additionally, it pushes screenshots in real time to the conversation panel via HTTP routing and marks clickable elements, enabling visual interaction. The panel supports URL navigation, refresh, restarting, or closing the browser, with no hardcoded paths. Installation requires the DSH environment.
Read More